home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / Fire Chief / data1.cab / Program_Executable_Files / data / states / TextureDecal.ini < prev    next >
Encoding:
Text File  |  2003-05-28  |  1.1 KB  |  43 lines

  1. mgStateInclude                Misc.txt
  2.  
  3. //-------------------- General --------------------
  4. mgStateFillMode         Solid
  5. mgStateCullMode         CCW
  6. mgStateShadeMode         Gouraud
  7. mgStateClip             Y
  8.  
  9. //-------------------- ZBuffer --------------------
  10. mgStateZBuffer             Y
  11. mgStateZBufferWrite     Y
  12. mgStateZBufferFunc        LessEqual
  13. mgStateZBufferBias        0
  14.  
  15. //-------------------- Texture --------------------
  16. mgStateTexture            Y
  17. mgStateInclude          TextureParamSol.txt
  18.  
  19. //-------------------- AlphaBlend --------------------
  20. mgStateAlphaBlend         N
  21. mgStateAlphaBlendSrc    SrcAlpha
  22. mgStateAlphaBlendDest    InvSrcAlpha
  23. mgStateAlphablendOp        Add
  24.  
  25. //-------------------- AlphaTest --------------------
  26. mgStateAlphaTest         N
  27. mgStateAlphaTestRef        1
  28. mgStateAlphaTestFunc    GreaterEqual
  29.  
  30. //-------------------- Fog --------------------
  31. mgStateFog                N
  32. mgStateInclude            FogParam.txt
  33.  
  34. //-------------------- Light --------------------
  35. mgStateLight                N
  36. mgStateColorVertex             N
  37. mgStateNormalizeNormals        Y
  38. mgStateSpecular                N
  39. mgStateDiffuseMatSource      Color1
  40. mgStateSpecularMatSource     Color2
  41. mgStateAmbientMatSource      Color2
  42. mgStateEmissiveMatSource     Material
  43.